Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] AI 요약 클라이언트 연결 #361

Merged
merged 9 commits into from
Dec 4, 2024
Merged

[Feat] AI 요약 클라이언트 연결 #361

merged 9 commits into from
Dec 4, 2024

Conversation

simeunseo
Copy link
Collaborator

@simeunseo simeunseo commented Dec 3, 2024

관련 이슈 번호

작업 내용

  • ai 요약 확인 dialog UI 구현
  • ai 요약본 GET api 연결
  • ai 요약이 완료되지 않았을 때 로딩 뷰를 보여줌
  • 스트리밍에서 이미 녹음 버튼을 눌렀다면 다시 누르지 못하게 함

PR 포인트

AI 요약을 처리할 떄

음성이 ObjectStorage에 업로드 되는 중이라면 notfound가 나오고, 음성을 통해 요약을 진행중이라면 빈 string[]이 오는걸로 알고 있어요

라고 말씀해주셨습니다.
두가지 경우에 대해 클라측에서는 모두 '요약이 진행중이에요'라는 로딩 뷰가 뜨도록 했습니다.

고민과 학습내용

스크린샷

AI 요약은 closed 상태인 티클에 대해서만 확인할 수 있습니다

image

AI요약본을 받아오는데 오류가 있거나 값이 빈 배열일 경우

image

정상적으로 받아와진 경우(엔터도 반영)

image

@simeunseo simeunseo added FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가 🎨 Design UI 디자인 관련 작업 labels Dec 3, 2024
@simeunseo simeunseo added this to the 티클 AI 요약 milestone Dec 3, 2024
@simeunseo simeunseo self-assigned this Dec 3, 2024
@github-actions github-actions bot added the size/m label Dec 3, 2024
Copy link

github-actions bot commented Dec 3, 2024

🎨 스토리북 확인하기

Copy link
Collaborator

@Jieun1ee Jieun1ee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍

@github-actions github-actions bot added size/l and removed size/m labels Dec 4, 2024
@github-actions github-actions bot added size/m and removed size/l labels Dec 4, 2024
@simeunseo simeunseo merged commit 59f4d22 into develop Dec 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Design UI 디자인 관련 작업 FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가 size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 대시보드에 AI 요약본 제공 구현 [Feat] AI 요약 api 연결
3 participants